home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WORDMISC / WRITTOOL.LZH / CC-CLCL.DOC < prev    next >
Text File  |  1986-12-18  |  1KB  |  25 lines

  1. -------------------------------------------------------------------------------
  2.  CCL-CL
  3. -------------------------------------------------------------------------------
  4. Summary:
  5.  
  6.      ccl-cl [ < [filename[.ext]]
  7.  
  8. During exchange of files with operating systems other than MS-DOS, it is 
  9. possible that you will receive a text file with an improper line termination 
  10. sequence.  This is because the line termination sequence varies, depending on 
  11. the operating system and/or network communications protocol.  This may be 
  12. diagnosed by either (1) viewing it in an editor (such as vi or WordStar) which 
  13. shows control characters, or by (2) verifying the improper line termination 
  14. sequence by dumping the file using debug or a filedump utility.
  15.  
  16. The CCL-CL filter converts all [CR][CR][LF] sequences to [CR][LF] sequences, 
  17. and terminates the lines properly for use with MS-DOS.  
  18.  
  19. Example:
  20.  
  21. Convert the file named bbs.doc, which came from a Bulletin Board system, to
  22. MS-DOS format and save it in the file named result.
  23.  
  24.      ccl-cl < bbs.doc > result
  25.